home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / content / init.js < prev    next >
Text File  |  2009-11-24  |  384b  |  13 lines

  1.  
  2. Lazarus.Event.init();
  3.  
  4. /**
  5. * startup function, initalises the add-on for this window
  6. */
  7. Lazarus.Event.add("window-load", Lazarus.init);
  8. Lazarus.Event.add("window-unload", Lazarus.cleanup);
  9.  
  10. Lazarus.Event.add("lazarus-installed", Lazarus.showWelcome);
  11. Lazarus.Event.add("lazarus-updated", Lazarus.runUpdates);
  12. Lazarus.Event.add("lazarus-updated", Lazarus.showUpdatePage);
  13.